ServiceDeleteAttachment Method (IListAttachmentInfo) |
Deletes file or item attachments from an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId DeleteAttachment(
IList<AttachmentInfo> attachments
)
Public Function DeleteAttachment (
attachments As IList(Of AttachmentInfo)
) As ItemId
Parameters
- attachments
- Type: System.Collections.GenericIListAttachmentInfo
The IDs of the attachments to delete.
Return Value
Type:
ItemIdThe identifier of the parent item.
Exceptions
See Also